home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!longbarn.demon.co.uk
- From: Peter Jones <pete@longbarn.demon.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Re: Java Compiler
- Date: Thu, 18 Jan 1996 20:39:22 GMT
- Organization: None
- Message-ID: <38225234wnr@longbarn.demon.co.uk>
- References: <30FD6D58.B3B@gate.net>
- Reply-To: pete@longbarn.demon.co.uk
- X-NNTP-Posting-Host: longbarn.demon.co.uk
- X-Broken-Date: Thursday, Jan 18, 1996 20.39.22
- X-Newsreader: Newswin Alpha 0.7
- X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!longbarn.demon.co.uk
-
- >
- > I am trying to compile some java script but am having a problem with
- > javac.
- >
- > The steps I take are:
- >
- > 1)I launch DOS from Win95
- > 2)go the javac.exe in the subdirectory- e:\Java\hotjava\bin
- > 3)launch javac.exe
- > 4)I am getting the following message:
- > use: javac [-g] [-0] [-debug] [-depend] [-nowarn] [-verbose] [-classpath
- > path] [-nowrite] [-d dir] file.java...
-
- You havn't told the compiler what file you want to compile!
-
- try 'javac helloworld.java'
-
- Then 'java helloworld' to run it
-
- /-------------------------------------------------------------------------\
- | Peter Jones pete@longbarn.demon.co.uk |
- \-------------------------------------------------------------------------/
-
-